perm filename COMP1.NEW[AL,HE]3 blob sn#341249 filedate 1978-03-18 generic text, type C, neo UTF8
COMMENT āŠ—   VALID 00002 PAGES
C REC  PAGE   DESCRIPTION
C00001 00001
C00002 00002	.TITLE  Pseudo-code
C00003 ENDMK
CāŠ—;
;.TITLE  Pseudo-code

;File that requires all the compiled files.
;Overlaid on top of the interpreter. 

;Only need to insert this during first pass
.IF1
	.PRINT /Zonker version - for use with ALNEW.SAV
/
	.MACRO ASCIE STR
	.ASCIZ STR
	.EVEN
	.ENDM

	.MACRO MAKEOP CNAME, ANAME	;Compiler name, Address name
	XX	CNAME
	.ENDM

	.INSRT ALHEAD.NEW[AL,HE]

	.INSRT  INTOPS.PAL[AL,HE]
		;The interpreter operation table
.ENDC

.OFFSET -160000

	PUTLOC PCDVER, PCVERSION

.OFFSET -300000

. = PCODE	;Beginning of instruction space

; This file is followed by the .ALP, .ALT, & .ALV files. Then COMP2.PAL[AL,HE]